@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

html,
body {
    width: expression(document.body.clientWidth <=1200? "1200px": "auto");
    min-width: 1200px;
    overflow-x: hidden;
    /**/
   
/*    filter: gray; filter: grayscale(100%); 
     -webkit-filter: grayscale(100%); 
     -moz-filter: grayscale(100%);
     -ms-filter: grayscale(100%); 
    -o-filter: grayscale(100%); */
}

a {
    text-decoration: none;
    cursor: pointer;
    transition: all 0.7s linear 0s;
}

/*正常的未被访问过的链接*/
a:link {
    text-decoration: none;
}

/*已经访问过的链接*/
a:visited {
    text-decoration: none;
}

/*鼠标划过(停留)的链接*/
a:hover {
    text-decoration: none;
}

/* 正在点击的链接，鼠标在元素上按下还没有松开*/
a:active {
    text-decoration: none;
}

/* 获得焦点的时候 鼠标松开时显示的颜色*/
a:focus {
    text-decoration: none;

}

body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: 微软雅黑;


}

ul li {
    list-style: none;
}

img {
    max-width: 100%;
}


/*@font-face {
  font-family: 'iconfont';  
  src: url('https://at.alicdn.com/t/font_1804885_vnwhgll0jh9.eot');
  src: url('https://at.alicdn.com/t/font_1804885_vnwhgll0jh9.eot?#iefix') format('embedded-opentype'),
  url('https://at.alicdn.com/t/font_1804885_vnwhgll0jh9.woff2') format('woff2'),
  url('https://at.alicdn.com/t/font_1804885_vnwhgll0jh9.woff') format('woff'),
  url('https://at.alicdn.com/t/font_1804885_vnwhgll0jh9.ttf') format('truetype'),
  url('https://at.alicdn.com/t/font_1804885_vnwhgll0jh9.svg#iconfont') format('svg');
}*/
@font-face {
  font-family: 'iconfont';  /* project id 1804885 */
  src: url('https://at.alicdn.com/t/font_1804885_zi0cp1fb0dk.eot');
  src: url('https://at.alicdn.com/t/font_1804885_zi0cp1fb0dk.eot?#iefix') format('embedded-opentype'),
  url('https://at.alicdn.com/t/font_1804885_zi0cp1fb0dk.woff2') format('woff2'),
  url('https://at.alicdn.com/t/font_1804885_zi0cp1fb0dk.woff') format('woff'),
  url('https://at.alicdn.com/t/font_1804885_zi0cp1fb0dk.ttf') format('truetype'),
  url('https://at.alicdn.com/t/font_1804885_zi0cp1fb0dk.svg#iconfont') format('svg');
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 20px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: "FSALBREG";
    src: url('../fonts/FSALBREG.otf');
}

@font-face {
    font-family: "RTWSYueGoTrial-Regular";
    src: url('../fonts/RTWSYueGoTrial-Regular.otf');
}

/*粗体思源*/
@font-face {
    font-family: "SOURCEHANSANSCN-BOLD";
    src: url('../fonts/SOURCEHANSANSCN-BOLD.otf');
}

/*细体思源*/

@font-face {
    font-family: "SOURCEHANSANSCN-EXTRALIGHT";
    src: url('../fonts/SOURCEHANSANSCN-EXTRALIGHT.otf');
}

.clearfix:after, .clearfix:before {
    display: table;
    content: " ";
}
.clearfix:after {
    clear: both;
}

.head {
    position: fixed;
    top: 0;
    background: #fff;
    height: auto;
    z-index: 9999999;
    width: 100%;
    /* box-shadow: 0px 0px 5px rgba(133,133,133,0.35); */
    box-shadow: 2px -2px 12px rgba(63, 104, 135, 0.35);
}

/*nav*/
.content {
    width: 1200px;
    margin: 0 auto;
    width: expression(document.body.clientWidth <=1200? "1200px": "auto");
    min-width: 1200px;

}

/* logo */
.navigation .content {
    display: flex;
}

.navigation_logo {
    width: 380px;
    margin-top: 35px;
    min-width: 380px;
}

.navigation_nav {
    margin-left: 150px;
    padding-top: 30px;
    float: right;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.navigation_nav_top {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    padding-bottom: 30px;
}

/*.navigation_nav_top .rexian {
    font-size: 14px;
    color: #7e7e7e;
    padding-right: 15px;
    line-height: 26px;
}*/
.navigation_nav_top .rexian {
    font-size: 24px;
    color: #fff;
    margin-right: 14px;
    background: #cf000e;
    padding: 0px 12px;
    border-radius: 22px;
    margin-top: -3px;
    text-align: center;
    height: 31px;
    line-height: 30px;
}
.navigation_nav_top .phone .phone1, .navigation_nav_top .phone .phone2 {
    font-size: 20px;
    color: #fff;
    background: #cf000e;
    padding: 5px 18px;
    border-radius: 20px;
    vertical-align: middle;
}

.navigation_nav_top .phone .phone1 {
    margin-right: 10px;
    position: relative;
}

.phone i {
    font-size: 18px;
    color: #fff;
    vertical-align: middle;
}

span.weixin i {
    font-size: 24px;
    color: #cf000e;
}

/*.navigation_nav_top .phone .phone1:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #ececec;
    border-radius: 100%;
    right: -30px;
    top: 9px;
}

.navigation_nav_top .phone .phone1:before {
    position: absolute;
    content: "";
    width: 45px;
    height: 1px;
    background: #ececec;
    right: -41px;
    top: 12px;
}
*/
span.weixin {
    margin: 0px 20px;
    vertical-align: middle;
}

span.weibo {
    margin-right: 20px;
}

span.weibo i {
    font-size: 24px;
    color: #cf000e;
}

span.sousuo i {
    font-size: 20px;
    color: #cf000e;
}

.navigation_nav_top .phone img {
    display: inline-block;
    height: 15px;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 3px;
}

.navigation_logo img {
    outline: none;
}

/* 导航 */
.navigation {
    height: 130px;
}

.navigation_nav ul li.active a {
    color: #cf000e;
}

.navigation .menu {
    float: right;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.menu li {}

.menu > li {
    display: block;
    float: left;
    position: relative;    
    margin-right: 40px;
}

.menu a {
    color: #0e0d13;
    display: block;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    
    transition: all 0.7s linear 0s;
}

.menu li:last-child{
    margin-right: 0;
}

.menu li:hover {}

.menu li:last-child a {
    margin-right: 0;
}

.menu li:hover > a {
    color: #cf000e;
}

.navigation_nav ul li.active .submenu li a {
    color: #fff;
}

.submenu {
    left: -15px;
    max-height: 0;
    position: absolute;
    top: 0;    z-index: 99;
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;
    margin-top: 44px;
}

.submenu li {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transition: opacity .4s, -webkit-transform .5s;
    -moz-transition: opacity .4s, -moz-transform .5s;
    -ms-transition: opacity .4s, -ms-transform .5s;
    -o-transition: opacity .4s, -o-transform .5s;
    transition: opacity .4s, transform .5s;
    background: rgba(132, 0, 0, 0.9);
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    height: 35px;
    position: relative;
}

.submenu li:hover {
    background: #cf000e;
}

.submenu li:last-child:after {
    display: none;
}

.menu li:nth-child(5) .submenu {
    left: -47px;
}.menu li:nth-child(5) .submenu li a {
    min-width: 160px;
}

.menu li:nth-child(6) .submenu {
    left: -18px;
}


.menu li:nth-child(7) .submenu {
    left: -25px;
}.menu li:nth-child(7) .submenu li a {
    min-width: 100px;
}

.submenu li a {
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
	min-width: 95px;
}

.menu .submenu li:hover a {
    color: #ffffff;
}

.menu > li:hover .submenu,
.menu > li:focus .submenu {
    max-height: 2000px;
    z-index: 10;
}

.menu > li:hover .submenu li,
.menu > li:focus .submenu li {
    opacity: 1;

    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.menu li:hover .submenu li:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.menu li:hover .submenu li:nth-child(2) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}

.menu li:hover .submenu li:nth-child(3) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}

.menu li:hover .submenu li:nth-child(4) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}

.menu li:hover .submenu li:nth-child(5) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}

.menu li:hover .submenu li:nth-child(6) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}

.menu li:hover .submenu li:nth-child(7) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.menu li:hover .submenu li:nth-child(8) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}

.submenu li:nth-child(1) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}

.submenu li:nth-child(2) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.submenu li:nth-child(3) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}

.submenu li:nth-child(4) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}

.submenu li:nth-child(5) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}

.submenu li:nth-child(6) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}

.submenu li:nth-child(7) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}

.submenu li:nth-child(8) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.submenu li:hover .menusub {
    display: block;
}

.menu li:last-child .submenu li a {
 /*   padding-right: 15px;
    min-width: 100px; */
}

.submenu li .menusub {
    display: none;
    top: 0;
    position: absolute;
    right: -98px;
}

.submenu li .menusub li {
    background: rgba(18, 143, 200, 0.7);
    padding: 0px 10px;
}

/* .slideBox {
    width: 100%;
    height: 620px;
}

.slideBox img{ 
    width: 100%;
    height: 620px;
    object-fit: cover;
    animation-name: kenburns;
    animation-timing-function: linear;
    animation-duration: 18s;
    transform: scale(1.2); 
}
.swiper-pagination-bullet{
    background: #be8080 !important;
    border-radius: 100%;
    margin: 0px 5px;
    cursor: pointer;
    opacity: 1 !important;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background:#fff !important;
}
.slideBox .wow.FadeIn {
    width: 100% !important;
}
.slideBox .hd {
    position: absolute;
    bottom: 3px;
    width: 10%;
    left: 0;
    right: 0;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    width: auto;
    background: rgba(132,0,0,0.8);
    padding: 0px 10px;
    height: 26px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 35px;
    bottom: 4px;
    left: 50%;
}

.slideBox .hd ul li {
    width: 8px;
    height: 8px;
    background: #be8080;
    border-radius: 100%;
    margin: 0px 5px;
    cursor: pointer;
}
.slideBox .hd ul li.on{
    background:#fff;
}
.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff;
    outline: none;
} */
.slideBox {
    width: 100%;
    height: 620px;
    overflow: hidden;
    position: relative;
}

.slideBox .bd ul li {
    width: 100% !important;
    height: 620px;
    overflow: hidden;
}

.bannergun {
    animation-name: kenburns;
    animation-timing-function: linear;
    animation-duration: 18s;
    transform: scale(1);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slideBox .wow.FadeIn {
    width: 100% !important;
}

.slideBox .hd {
    position: absolute;
    bottom: 3px;
    width: 10%;
    left: 0;
    right: 0;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}

.hd ul {
    background: rgba(132, 0, 0, 0.8);
    height: 26px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 35px;
}

.slideBox .hd ul li {
    width: 8px;
    height: 8px;
    background: #be8080;
    border-radius: 100%;
    margin: 0px 5px;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background: #fff;
}

a.prev {
    position: absolute;
    top: 50%;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
}

a.prev i {
    font-size: 48px;
    color: #fff;
}

a.next {
    top: 50%;
    position: absolute;
    right: 0;
}

a.next i {
    font-size: 48px;
    color: #fff;
}

@keyframes kenburns {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    5% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    26.5625% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: rotate(0deg) scale(1);
    }

    80% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0.8;
        transform: scale(1);
    }
}

.banner_right {
    position: absolute;
    z-index: 2;
    bottom: 185px;
    right: 0;
}

.honor_home {
    background: url(../images/honor_home_1.jpg);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    margin: 0 auto;
}

.honor_home_nr {
    padding: 0px 0px 20px;
    overflow: hidden;
    margin: 0 auto;
}

.honor_home .honor_home_left {
    float: left;
    color: #fff;
    padding-top: 46px;
}

.honor_home .honor_home_right {
    width: 780px;
    float: right;
    color: #fff;
    padding-top: 40px;
    overflow: hidden;
}

.honor_home_right_nr:nth-child(2n):after {
    display: none;
}

.honor_home_right_nr {
    margin-right: 50px;
    position: relative;
    float: left;
    width: 365px;
}

.honor_home_right_nr_icon {
    position: absolute;
    left: 0;
    top: 5px;
}

.honor_home_right_nr_icon i {
    font-size: 26px;
    margin-left: 1px;
}

.honor_home_right_nr:after {
    position: absolute;
    content: "";
    left: 13px;
    top: 33px;
    width: 1px;
    height: calc(100% - 70px);
    background: #bb6d6d;
}

.honor_home .honor_home_left h3 {
    font-size: 24px;
    font-weight: normal;
    padding-bottom: 10px;
    font-family: "RTWSYueGoTrial-Regular";
}

.honor_home .honor_home_left h3 em {
    font-size: 48px;
    font-weight: normal;
    font-style: normal;
}

.honor_home .honor_home_left span {
    font-size: 16px;
    font-family: "FSALBREG";
}

.honor_home .honor_home_left p {
    font-size: 18px;
    text-align: right;
    padding-top: 20px;
    margin-top: 20px;
    position: relative;
    font-family: "RTWSYueGoTrial-Regular";
    margin-right: 18px
}

.honor_home .honor_home_left p:after {
    position: absolute;
    content: "";
    right: 0;
    width: 180px;
    height: 2px;
    background: #fff;
    top: 0;
}

.honor_home .honor_home_right .honor_home_right_nr ul {
    overflow: hidden;
}

.honor_home_right_nr:nth-child(2n) {
    margin-right: 0;
}

.honor_home_right_nr:first-child ul {
    margin-left: 40px;
}

.honor_home_right_nr:first-child ul li {
    margin-bottom: 59px;
}

.honor_home_right ul li {
    width: 100%;
    height: auto;
    display: flex;
    float: left;
    transition: all 0.2s ease-out;
    padding: 6px 0px;
    position: relative;
    margin-bottom: 15px;
}

.honor_home .honor_home_right ul li:after {
    position: absolute;
    content: "";
    left: 10px;
    top: 14px;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 100%;
}

.honor_home .honor_home_right ul li:nth-child(2n) {
    margin-right: 0;
}

/*.honor_home .honor_home_right ul li:hover{
    background:#cf000e;
}*/
.FadeInR {
    -webkit-animation-name: FadeInR;
    -moz-animation-name: FadeInR;
    -ms-animation-name: FadeInR;
    animation-name: FadeInR;
}

.honor_home .honor_home_right ul li p {
    padding-left: 28px;
    line-height: 28px;
    font-size: 16px;
    transition: all 0.7s linear 0s;
    padding-right: 10px;
    cursor: pointer
}

.honor_home .honor_home_right ul li p:hover {
    color: #ffce5e
}

.honor_home_right_nr h3 {
    font-size: 24px;
    font-weight: normal;
    padding-left: 10px;
    padding-bottom: 21px;
}

.honor_home_right_nr h3 span {
    font-size: 14px;
    font-family: "FSALBREG";
    padding-left: 10px;
}

.honor_home_right_more {
    overflow: hidden;
    clear: both;
    padding-top: 25px;
    height: 42px;
    padding-left: 15px;
    text-align: right;
    margin-right: 20px
}

.honor_home_right_more a {
    background: #cf000e;
    min-width: 170px;
    display: inline-block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #fff;
    padding: 0px 10px;
    font-size: 14px;
    transition: all 0.7s linear 0s;
    border: 1px solid #cf000e;
}

.honor_home_right_more a:hover {
    border: 1px solid #cf000e;
    background: transparent;

}

.professional_home {
    overflow: hidden;
    /*    background: url(../images/tu.png);*/
    background: url(../images/fild_zuixin.jpg);
    background-position: center;
    background-repeat: no-repeat;
    height: 460px;
}

/*新改的内容*/
.professional_home_logo {
    width: 100%;
    max-width: 1920px;
    min-width: 1200px;
    overflow: hidden;
    padding-top: 40px;
}

.professional_home_logo img {
    width: 100%;
}

.professional_home_sore {
    padding-top: 25px;
    overflow: hidden;
}

.professional_home_sore ul li {
    float: left;
    min-width: 208px;
    height: 70px;
    background: url(../images/profy.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    margin-right: 40px;
    margin-bottom: 40px;
}

.profy {
    background: url(../images/profy_out.jpg) !important;
}

.profy_out {
    background: url(../images/profy.jpg) !important;
}

.professional_home_sore ul li:nth-child(5n) {
    margin-right: 0;
}

.professional_home_sore ul li h3 {
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 24px;
    color: #fff;
    font-weight: 300;
}

.professional_home_sore ul li span {
    font-size: 12px;
    color: #fff;
    text-align: center;
    height: 25px;
    line-height: 27px;
    display: inline-block;
    font-family: "SOURCEHANSANSCN-EXTRALIGHT";
}

/*结束*/
.professional_home_top {
    text-align: center;
    overflow: hidden;
}

.professional_home .professional_home_top {
    height: 52px;
    padding-top: 5px;
}

.professional_home_top h3 {
    font-size: 28px;
    font-weight: normal;
    font-family: "RTWSYueGoTrial-Regular";
    color: #292929;
}

.professional_home_top span {
    font-size: 14px;
    color: #8c0a0b;
    font-family: "FSALBREG";
    padding-left: 3px;
}

.professional_home_bottom {
    margin-top: 52px;
}

.professional_home_bottom ul {
    overflow: hidden;
    height: 525px;
}

.professional_home_bottom ul li {
    width: 231px;
    height: 262px;
    float: left;
    text-align: center;
    position: relative;
    transition: all 0.7s linear 0s;

}

.professional_home_bottom ul li:nth-child(2) {
    width: 245px;
}

.professional_home_bottom ul li:nth-child(3) {
    width: 247px;
}

.professional_home_bottom ul li:nth-child(4) {
    width: 243px;
}

.professional_home_bottom ul li:nth-child(5) {
    width: 233px;
}

.professional_home_bottom ul li:nth-child(6) {
    width: 231px;
}

.professional_home_bottom ul li:nth-child(7) {
    width: 245px;

}

.professional_home_bottom ul li:nth-child(8) {
    width: 247px;
}

.professional_home_bottom ul li:nth-child(9) {
    width: 243px;

}

.professional_home_bottom ul li:nth-child(10) {
    width: 233px;
}

.professional_home_bottom_nr {
    width: 100%;
    position: relative;
    transition: all 0.5s linear 0s;
    height: 262px;
}

.professional_home_bottom_nr:hover {
    background: #cf000e;
}

.professional_home_bottom_nr:hover .professional_home_bottom_con {
    color: #fff;
}

.professional_home_bottom_nr:hover .professional_home_bottom_icon i {
    color: #fff;
}

.professional_home_bottom_sign {
    padding-top: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
}

img.ys {
    display: none;
}

.professional_home_bottom_nr:hover .ys {
    display: block;
}

.professional_home_bottom_nr:hover img {
    display: none;
}

.professional_home_bottom_con {
    padding: 25px 10px 25px;
    color: #192e3e;
}

.professional_home_bottom_con h3 {
    font-size: 24px;
    font-weight: normal;
}

.professional_home_bottom_con span {
    font-size: 12px;
}

.professional_home_bottom_icon img {
    height: 60px;
}

/* .professional_home_bottom ul li:nth-child(-n+5) {
    margin-top: 8px;
} */
.professional_home_bottom ul li:nth-child(-n+5):before {
    border: none;
}

.professional_tu:after {
    width: 10px;
    height: 10px;
    border: 1px solid #b4babf;
    z-index: 999;
    border-right: 0;
    border-top: 0;
    position: absolute;
    content: "";
    margin-top: -5px;
    margin-left: 5px;
}

.professional_tu {
    width: 30px;
    height: 30px;
    z-index: 99;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -15px;
    right: -16px;
    background: #fff;
    z-index: 9999;
}

.professional_tu:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid #b4babf;
    z-index: 999;
    border-left: 0;
    border-bottom: 0;
    position: absolute;
    content: "";
    margin-top: 5px;
    margin-left: -5px;
}

/*.professional_home_bottom ul li:nth-child(2) .professional_home_bottom_nr:before{
   border:none !important;
}*/

.professional_home_bottom_icon {
    text-align: center;
}

.professional_home_bottom ul li .profy {
    position: absolute;
    width: 10px;
    height: 10px;
    border: 1px solid #b4babf;
    z-index: 999;
    border-left: 0;
    border-top: 0;
    margin-top: -5px;
    margin-left: -5px;
}

i.iconfont.zhiwu {
    font-size: 58px;
}

i.iconfont.bianhu {
    font-size: 52px;
    display: inline-block;
    margin-top: 4px;
}

i.iconfont.gongsi {
    font-size: 48px;
    vertical-align: middle;
    margin-top: 7px;
    display: inline-block;
}

i.iconfont.minshang {
    font-size: 48px;
}

i.iconfont.falv {
    font-size: 48px;
}

i.iconfont.minshi {
    font-size: 50px;
    display: inline-block;
    margin-top: -4px;
}

i.iconfont.hunyan {
    font-size: 48px;
}

i.iconfont.tudi {
    font-size: 48px;
}

.professional_home_bottom_icon i {
    font-size: 64px;
    color: #192e3e;
}

.case_home {
    overflow: hidden;
    margin: 0 auto;
}

.case_home .professional_home_top {
    padding-top: 60px;
}

.case_home_nr {
    margin-top: 30px;
    overflow: hidden;
    margin-bottom: 20px
}
.case_home_item{
	float: left;
	width: 380px;
	margin-right: 30px;
	margin-bottom: 30px;
	border: 1px solid #8c0a0c;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 20px;
	animation-name: fadeInUp;
}
.case_home_item:nth-child(3n+1){
	animation-delay: 0.0s;
}
.case_home_item:nth-child(3n+2){
	animation-delay: 0.1s;
}	
.case_home_item:nth-child(3n){
	margin-right: 0;
	animation-delay: 0.2s;
}
.case_home_item .hd{
	border-bottom: 8px solid #8c0a0c;
	display: flex;
	justify-content: space-between;
	padding-bottom: 15px;
	align-items: center;
}
.case_home_item .hd .cate{
	background: #cf010e;
	color: #fff;
	padding: 5px 20px;
	font-size: 20px;
}
.case_home_item .hd a{
	color: #cf000e;
	font-size: 14px;
}
.case_home_item .bd li{
	border-bottom: 1px solid #dedede;
	height: 45px;
	line-height: 45px;
}
.case_home_item .bd li a{
	display: block;
	font-size: 12px;
	color: #666;
	word-wrap: normal; /* for IE */
  	text-overflow: ellipsis;
  	white-space: nowrap;
  	overflow: hidden;
}

.case_home_nr_top {
    width: 38%;
    float: left;
    background: #ececec;
    height: 400px
}

.case_home_nr_top ul li {
    padding: 0px 30px;
    font-size: 12px;
    color: #454545;
    cursor: pointer;
    min-width: 72px;
    text-align: right;
    height: 49px;
    width: 300px;
    float: right;
    display: inline-block;
    clear: both;
    background: #f5f5f5;
    border-bottom: 1px solid #e9e9e9;
}

.case_home_nr_top ul li p {
    font-size: 16px;
    color: #454545;
    line-height: 50px;
    position: relative;
    display: inline-block;
    transition: all 0.7s linear 0s;
    min-width: 80px;
    text-align: right;
}

.on p {
    font-size: 24px !important;
    text-align: right !important;
    padding-top: 2px
}

.on span {
    padding-top: 5px
}

.case_home_nr_top ul li p:after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: #8b8b8b;
    border-radius: 100%;
    left: -19px;
    top: 23px;
}

.case_home_nr_top ul li span {
    display: none;
}

.case_home_nr_top ul li:hover {
    background: #ececec;
    color: #8d0a0b;
    width: 100%;
    position: relative;
}

.case_home_nr_top ul li:hover p {
    color: #8d0a0b;
    line-height: 36px;

}

.case_home_nr_top ul li:hover p:after {
    display: none;
}

.case_home_nr_top ul li:hover span {
    display: block;
    margin-top: -7px;
}

.case_home_nr_top ul li:hover:after {
    display: none
}

.case_home_nr_top ul li:last-child {
    margin-right: 0;
}

.case_home_nr_top ul li a {
    color: #454545;
}

.case_home_nr_top ul li:hover a {
    color: #fff;
}

.case_home_nr_top ul li.on {
    background: #8f0c0d;
    color: #fff;
    width: 100%;
    position: relative;
}

.case_home_nr_top ul li.on p {
    color: #fff;
    line-height: 30px;
}

.case_home_nr_top ul li.on p:after {
    display: none;
}

.case_home_nr_top ul li.on span {
    display: block;
    margin-top: -7px;
}

.case_home_nr_top ul li.on:after {
    /*width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 18px solid #cf000e;
    position: absolute;
    content: "";
    right: -16px;
    top: 13px;
    transition: all 0.5s linear 0s;*/
    display: none
}

.case_home_nr_top ul li.on a {
    color: #fff;
}

.case_home_nr_bottom {
    overflow: hidden;
    width: 38%;
    min-width: 770px;
    height: 400px;
    padding-left: 60px;
    background: #f5f5f5;
}

.case_home_nr_bottom .case_home_nr_bottom_sore {
    padding-top: 20px;
    display: none
}

.case_home_nr_bottom .case_home_nr_bottom_sore:first-child {
    display: block;
}

.case_home_nr_bottom_sore_nr {
    width: 350px;
    border-bottom: 1px solid #e8e8e8;
    float: left;
    padding: 5px 10px 12px 0px;
    margin-right: 49px;
    transition: all 0.2s ease-out;
    cursor: pointer;
}

/*.case_home_nr_bottom_sore_nr:first-child{
     border-top: 1px solid #e8e8e8;
}
.case_home_nr_bottom_sore_nr:nth-child(2){
     border-top: 1px solid #e8e8e8;
}*/
/*.case_home_nr_bottom_sore_nr:hover {
    background: #eee;
}*/
.case_home_nr_bottom_sore_nr:nth-child(2n) {
    margin-right: 0;
}

.case_home_nr_bottom_sore_nr_left {
    min-width: 100px;
    text-align: center;
}

.case_home_nr_bottom_sore_nr_left h1 {
    font-size: 32px;
    color: #6b6b6b;
    font-weight: normal;
}

.case_home_nr_bottom_sore_nr_left p {
    font-size: 14px;
    color: #6a6a6a;
    padding: 4px 0px;
}

.case_home_nr_bottom_sore_nr_left span {
    font-size: 14px;
    color: #6a6a6a;
}

.case_home_nr_bottom_sore_nr_right {
    margin-top: 6px;
    position: relative;
}

.case_home_nr_bottom_sore_nr_right a {
    font-size: 15px;
    color: #192e3e;
    line-height: 10px;
    margin-bottom: 5px;
    font-weight: normal;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 350px;
    line-height: 20px;
    padding-top: 3px
}

.case_home_nr_bottom_sore_nr_right a:hover {
    color: #cf000e
}

.case_home_nr_bottom_sore_nr_right_more span {
    font-size: 12px;
    color: #898989;
    border: 1px solid #898989;
    padding: 5px 20px;
    border-radius: 24px;
    margin-bottom: 0;
    white-space: nowrap;
    display: inline-block;
    float: left;
    margin-right: 7px;
    margin-top: 10px;
}

.case_home_nr_bottom_sore_nr_right_more span:hover {
    background: #cf000e;
    color: #fff;
    border: 1px solid #cf000e;
}

.case_home_nr_bottom_sore_nr_right_more span:hover a {
    color: #fff;
}

.case_home_nr_bottom_sore_nr_right_more span a {
    width: 100%;
    height: 100%;
    display: table;
    color: #898989;
}

.case_home_nr_bottom_sore_nr_right_more span:last-child {
    margin-right: 0;
}

.case_home_nr_bottom_sore_nr_right_more {
    overflow: hidden;
}

.sore_home_more {
    display: inline-block;
    clear: both;
    width: 100%;
    text-align: center;
    margin: 10px 0px 50px;
}

.sore_home_more a {
    font-size: 14px;
    color: #192e3e;
}

.sore_home_more a:hover {
    color: #cf000e;
}

.team_home {
    background: url(../images/team_home.jpg);
    width: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    background-size: cover;

}

.team_home_znr {
    padding: 25px 0px 45px;
    overflow: hidden;
    margin: 0 auto;
}

.team_home_znr .professional_home_top h3 {
    color: #fff;
}

.team_home .professional_home_top {
    color: #fff;
}

.team_home .professional_home_top span {
    font-size: 14px;
    color: #fff;
}

.team_home_nr {
    display: flex;
    overflow: hidden;
    padding-bottom:84px;
}

.team_home_nr_left_nr_thumb img {
    width: 220px;
    height: 275px;
    object-fit: cover;
}

/*.team_home_nr_right ul li img {
    width: 160px;
    height: 160px;
    border-radius: 100%;
}
.team_home_nr_right ul li {
    float: left;
    margin-left: -60px;
    cursor: pointer;
}*/

.team_home_nr_left ul li {
    float: left;
    cursor: pointer;
    margin-right: -60px;
}

.team_home_nr_left_nr {
    overflow: hidden;
}

/*.team_home_nr_left ul li:nth-of-type(n+2){
    margin-right: -60px;
}*/

/*.team_home_nr_left_nr.selected {
    width: 896px !important;
}
*/
.team_home_nr_left_nr_thumb {
    min-width: 220px;
    margin-right: 40px;
    float: left;
}

/*.team_home_nr_left_nr_title {
    color: #fff;
    overflow: hidden;
    padding-right: 100px;
    width: 895px;
}*/
.team_home_nr_left_nr_title {
    color: #fff;
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    width: 940px;
    float: left;
}
.team_home_nr_left_nr_title h3 {
    font-size: 20px;
    padding-bottom: 15px;
    margin-top: -4px;
}

.team_home_nr_left_nr_title_wz {
    font-size: 15px;
    line-height: 38px;
    text-align: justify;
}

.team_home_nr_left_nr_title_wz p {
    padding-bottom: 10px;
}

.team_home_nr_left ul li:first-child .team_home_nr_left_nr_title_wz {
    font-size: 13px;
    line-height: 30px;
}

.team_home_nr_left ul li:first-child .team_home_nr_left_nr_title_wz p {
    padding-bottom: 10px;
    width: 173px;
    float: left;
    margin-right: 25px;
}

.team_home_nr_left ul li:first-child .team_home_nr_left_nr_title_wz p:nth-child(3) {
    margin-right: 0;
}

.team_home_nr_left_nr_title span {
    font-size: 14px;
}

/*.team_home_nr_left_nr .team_home_nr_left_nr_title {
    display: none;
}
*/
.team_home_nr_left_nr.selected .team_home_nr_left_nr_title {
    display: block;
}

.agency_home {
    padding-top: 50px;
    overflow: hidden;
}

.agency_home_nr {
    width: 100%;
    height: 730px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    overflow: hidden;
    margin-top: 40px;
}

.agency_home_nr_left {
    display: inline-block;
    background: rgba(255, 255, 255, 0.8);
    height: 680px;
    padding: 30px 20px;
    float: left;
}

.agency_home_nr_left_add {
    margin-bottom: 38px;
    overflow: hidden;
    cursor: pointer;

}

.agency_home_nr_left_add h3 {
    transition: all 0.7s linear 0s;
}

.agency_home_nr_left_add p {
    transition: all 0.7s linear 0s;
}

.agency_home_nr_left_add h3 {
    font-size: 16px;
    font-weight: normal;
    color: #262626;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.agency_home_nr_left_add h3:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #cecece;
    left: 0;
    right: 0;
    bottom: -6px;
}

.agency_home_nr_left_add p {
    font-size: 12px;
    color: #6f6f6f;
    line-height: 24px;
}

.agency_home_nr_right div {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background: rgba(142, 20, 22, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
}

.agency_home_nr_right {
    float: right;
    width: 685px;
}

.agency_city1 {
    margin-top: 61px;
    margin-right: 44%;
    float: right;
}

.agency_city2 {
    margin-top: 225px;
    margin-left: 120px;
}

.agency_city3 {
    margin-left: 82px;
    margin-top: -25px;
}

.agency_city4 {
    margin-left: 20px;
    margin-top: 28px;
}

.agency_city3.cut {
    background: rgba(193, 159, 96, 0.9);
}

.agency_city3.cut1 {
    background: rgba(193, 159, 96, 0.9);
}

.agency_city4.cut {
    background: rgba(193, 159, 96, 0.9);
}

.agency_city1.cut {
    background: rgba(193, 159, 96, 0.9);
}

.agency_city2.cut {
    background: rgba(193, 159, 96, 0.9);
}

.footer {
    background: #2c2c2c;
    color: #fff;
    overflow: hidden;
    padding: 50px 0px;
}

.footer_left {
    width: 350px;
    float: left;
    margin-right: 190px;
}

.footer_left p {
    font-size: 12px;
    line-height: 20px;
}

.footer_left span {
    font-size: 12px;
}

.footer_left_logo {
    margin-bottom: 10px;
    overflow: hidden;
}

.footer_con {
    float: left;
    width: 230px;
    overflow: hidden;
}

.footer_con h3 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 20px;
}

.footer_con ul {
    display: flex;
    overflow: hidden;
}

.footer_con ul li {
    margin-right: 12px;
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.footer_con ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer_right {
    float: right;
    overflow: hidden;
}

.footer_right h3 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 20px;
}

.footer_right_bottom {
    display: flex;
    overflow: hidden;
}

.footer_right_bottom ul:last-child {
    margin-right: 0;
}

.footer_right_bottom ul {
    margin-right: 80px;
}

.footer_right_bottom ul li a {
    font-size: 12px;
    color: #fff;
    line-height: 28px;
}

.footer_right_bottom ul li a:hover {
    color: #cf000e;
}

.footer_right h3 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 13px;
}

.foot {
    background: #1e1e1e;
    height: 35px;
    line-height: 35px;
}

.foot p {
    font-size: 12px;
    color: #fff;
}

.to-top {
    right: 36px !important;
    bottom: 60px !important;
    width: 42px;
    height: 43px;
    background: #7c0000;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.to-top i {
    transform: rotate(-90deg);
    display: inline-block;
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    right: -13px;
}

.foot p img {
    height: 20px;
    vertical-align: middle;
    display: inline-block;
    margin-top: -1px;
    margin-right: 5px;
}

.banner_top {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 1920px;
    margin-left: 50%;
    left: -960px;
    top: 20px;
}

@media only screen and (max-width: 1350px) {
    .case_home_nr_bottom_sore_nr {
        width: 315px;
        border-top: 1px solid #e8e8e8;
        float: left;
        display: flex;
        padding: 5px 10px 12px 0px;
        margin-right: 49px;
        transition: all 0.2s ease-out;
        cursor: pointer;
    }
}
.dangjian{
    width: 100%;
    overflow: hidden;
    margin:40px auto;
}
.dangjian-show_left {
    text-align: justify;
    width: 885px;
    float: left;
}
.dangjian-show_right{
    width: 280px;
    float: right;
    padding-top: 31px;
}
.dangjian_main{
    width: 1200px;
    overflow: hidden;
    margin:0 auto;
}
/*.dogntai_tab{
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 20px;
}*/
.dogntai_tab {
    width: 500px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    border: 1px solid #8b090a;
    margin-top: 30px;
}
.dogntai_tab a{
 text-align: center;
 color: #8b090a;
 font-size: 16px;
 padding-right: 50px;
}
.dogntai_tab a:nth-child(3){
    padding-right:0
}

.nban{
	height: 480px;
	position: relative;
	overflow: hidden;
}
.nban .txt{
	position: absolute;
	z-index: 1;
	top: 130px;
	left: 0;
	width: 100%;
}
.nban .img{
	width: 100%;
	animation-name: kenburns;
	animation-timing-function: linear;
	animation-duration: 18s;
	transform: scale(1);
}
.nban .catename-bg{
	background: url(../images/catename-bg.png) no-repeat;
	height: 140px;
	padding: 25px 18px;
}
.nban .catename{
	font-size: 36px;
	color: #fff;
	font-weight: normal;
	font-family: "RTWSYueGoTrial-Regular";
}
.nban .catename2{
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.nban .cate-desc{
	color: #fff;
	width: 340px;
	font-size: 15px;
}
.page{
}
.page-contact{
	margin-top: -100px;
	position: relative;
	z-index: 2;
}
.page-contact .content{
	background: #fff;
}
.loc{
	padding: 18px;
	font-size: 12px;
	color: #999;
	background: url(../images/icon-home.png) no-repeat 18px;
	padding-left: 36px;
}
.loc.nop{
	padding: 18px !important;
	background: url(../images/icon-home.png) no-repeat left center;
}
.loc > a{
	color: #999;
}
.loc > a:after{
	content: ">";
}
.loc > a.active{
	color: #CF000E;
}
.page-subnav{
	margin-top: 20px;
	padding: 0 18px;
}
.page-subnav ul{
	display: flex;
	justify-content: space-between;
}
.page-subnav ul li a{
	display: block;
	color: #666;
}
.page-subnav ul li p img:nth-child(1){
	display: block;
}
.page-subnav ul li p img:nth-child(2){
	display: none;
}
.page-subnav ul li p{
	text-align: center;
	font-size: 14px;
	margin-bottom: 10px;
}
.page-subnav ul li a.active p img:nth-child(1),
.page-subnav ul li a:hover p img:nth-child(1){
	display: none;
}
.page-subnav ul li a.active p img:nth-child(2),
.page-subnav ul li a:hover p img:nth-child(2){
	display: block;
}
.page-content{
	margin-top: 60px;
}
.page-content h3{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #111;
}
.page-content h3 span{
	color: #cf000e;
}
.page-content h4{
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	color: #111;
	margin-bottom: 50px;
}
.contact-form{
	padding-left: 50px;
	padding-right: 50px;
}
.contact-form li{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
}
.contact-form li:nth-child(3n){
	margin-right: 0;
}
.contact-form li.normal{
	width: 100%;
	margin-right: 0;
}
.contact-form li input{
	width: 100%;
	border: none;
	background: #f3f3f3;
	height: 46px;
	padding: 0 20px;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contact-form li textarea{
	width: 100%;
	border: none;
	background: #f3f3f3;
	padding: 20px;
	font-size: 14px;
	font-family: "微软雅黑";
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contact-form .btn-submit{
	display: block;
	width: 475px;
	height: 46px;
	color: #fff;
	background: #cf000e;
	font-size: 16px;
	border: none;
	margin: 20px auto 0 auto;
}
.contact-addr{
	padding: 120px 0;
}
.contact-addr li{
	float: left;
	width: 26%;
	margin-right: 11%;
	margin-bottom: 60px;
	position: relative;
}
.contact-addr li:after{
	content: "";
	width: 1px;
	height: 100%;
	background: #c6c4c4;
	position: absolute;
	top: 0;
	right: -65px;
}
.contact-addr li:nth-child(3n){
	margin-right: 0;
}
.contact-addr li:last-child:after,
.contact-addr li:nth-child(3n):after{
	width: 0;
}
.contact-addr h5{
	font-size: 20px;
	color: #323232;
	margin-bottom: 25px;
	font-weight: normal;
}
.contact-addr .contact-addr-item{
	display: flex;
	margin-bottom: 10px;
}
.contact-addr .contact-addr-item .t{
	width: 50px;
	color: #323232;
	font-size: 16px;
}
.contact-addr .contact-addr-item .d{
	color: #7b7b7b;
	font-size: 14px;
	width: calc(100% - 50px);
	line-height: 1.6;
}
.page-honor{
	margin-top: -100px;
	position: relative;
	z-index: 2;
}
.page-honor .content{
	background: #fff;
}
.honor-list{
	padding: 18px;
	background: url(../images/honor-bg.jpg) no-repeat center;
}
/*.honor-list ul{
	padding: 80px 0 80px 150px;
	background: url(../images/honor-listbg.png) repeat-y;
	background-position-x: 250px;
}*/
.honor-list li{
	margin-bottom: 30px;
}
.honor-list .honor-item{
	display: flex;
	align-items: center;
}
.honor-list .honor-item .year{
	font-size: 40px;
	color: #cf000e;
	margin-right: 50px;
    display: none;
}
.honor-list .honor-item .year span{
	background: #fff;
}
/*.honor-list .honor-item .img{
	margin-right: 50px;
}
.honor-list .honor-item .img img {
    width: 200px;
    height: auto;
    object-fit: cover;
}*/
/*1111*/
.honor-list .honor-item .img {
    margin-right: 100px;
    position: relative;
}
.honor-list .honor-item .img img {
    width: 190px;
    height: auto;
    object-fit: cover;
    border: 8px solid #8c0a0c;
}
.honor-list .honor-item .img:before {
    position: absolute;
    content: "";
    background: url(../images/tubiao.png);
    width: 30px;
    height: 30px;
    right: -66px;
    top: 55px;
    background-position: center;
    background-size: 35px;
    background-repeat: no-repeat;
    z-index: 99;
}
.honor-list .honor-item .img:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    background: #c7c7c7;
    top: 70px;
    right: -100px;
    z-index: 999999;
    z-index: -1;
}
.honor-list .honor-item .img img {
    width: 190px;
    height: auto;
    object-fit: cover;
    border: 8px solid #8c0a0c;
}
.honor-list .honor-item .info {
    color: #505050;
    line-height: 1.8;
    box-shadow: 0px 0px 7px rgba(63, 104, 135, 0.35);
    padding: 10px;
    position: relative;
    width: 700px;
    padding: 40px 20px;
}
.honor-list .honor-item .info:before {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 4px;
    height: 100%;
    background: #8c0a0c;
}
.honor-list .honor-item .info:after {
    position: absolute;
    content: "";
    top: 43px;
    left: -8px;
    margin: 0 auto;
    height: 0px;
    width: 0;
    border-left: 1px solid transparent;
    border-right: 16px solid transparent;
    border-top: 17px solid #8c0a0c;
    border-color: #8c0a0c transparent transparent;
    transform: rotate(-45deg);
}
.honor-list ul {
    padding: 80px 0 80px 63px;
    background: url(../images/listbg1.jpg) repeat-y;
    background-position-x: 316px;
}
.honor-list .honor-item .img:before {
    position: absolute;
    content: "";
    background: url(../images/tubiao.png);
    width: 30px;
    height: 30px;
    right: -65px;
    top: 54px;
    background-position: center;
    background-size: 35px;
    background-repeat: no-repeat;
    z-index: 99;
}
.honor-list .honor-item .info{
	color: #505050;
	line-height: 1.8;
}
.honor-imgsbox{
	padding: 100px 18px;
}
.about-content{
	font-size: 14px;
	color: #666;
	line-height: 2;
	padding: 18px 18px 100px 18px;
}
.about-content p{
	/*text-indent: 2em;
	margin-bottom: 20px;*/
    text-align: justify;
}

.page-team {
    margin-top: -100px;
    position: relative;
    z-index: 2;
}
.page-team .content{
	background: #fff;
}
.page-team .filter-box{
	padding: 0 18px;
	display: flex;
	justify-content: space-between;
}
.page-team .filter-item{
	width: 290px;
}
.page-team .filter-item input{
	width: 100%;
	height: 36px;
	border: 1px solid #dcdcdc;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.page-team .filter-item select{
	width: 100%;
	height: 36px;
	border: 1px solid #dcdcdc;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.page-team .filter-item .btn-search{
	width: 100%;
	height: 36px;
	color: #fff;
	border: none;
	cursor: pointer;
	background: url(../images/icon-search.png) no-repeat #cf000e;
	background-position: 40px;
}
.team-list{
	padding: 60px 18px;
}
.team-list li{
	float: left;
	width: 204px;
    height: 360px;
	margin-right: 36px;
	margin-bottom: 40px;
	animation-name: fadeInUp;
}
.team-list li:nth-child(5n+1){
	animation-delay: 0.0s;
}
.team-list li:nth-child(5n+2){
	animation-delay: 0.1s;
}
.team-list li:nth-child(5n+3){
	animation-delay: 0.2s;
}
.team-list li:nth-child(5n+4){
	animation-delay: 0.3s;
}
.team-list li:nth-child(5n){
	margin-right: 0;
	animation-name: fadeInUp;
	animation-delay: 0.4s;
}
.team-item{
	display: block;
	outline: none;
	text-decoration: none;
	transition: all 0.3s;
}
.team-item:hover{
	box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}
.team-item .thumb{
	margin-bottom: 20px;
    width: 204px;
    height: 254px;
    overflow: hidden;
}
.team-item .thumb img{
	transition: all 0.3s;
	display: block;
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.team-item:hover .thumb img{
	transform: scale(1.05);
}
.team-item .info{
	padding-bottom: 20px;
	transition: all 0.3s;
}
.team-item:hover .info{
	padding: 0 10px 20px 10px;
}
.team-item .info .name{
	font-size: 16px;
	color: #111;
	margin-bottom: 10px;
}
.team-item .info .jibie{
	font-size: 14px;
	color: #666;
	margin-bottom: 15px;
}
.team-item .info .diqu{
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
}
.team-item .info .email{
	font-size: 14px;
	color: #666;
}
.pages-num ul{
	display: table;
	margin: 0 auto 60px auto;
}
.pages-num ul li{
	float: left;
	margin: 0 3px;
}
.pages-num ul li a{
	display: block;
	border: 1px solid #dcdcdc;
	color: #666;
	font-size: 12px;
	padding: 8px 15px;
}
.pages-num ul li.active a{
	border: 1px solid #cf000e;
	background: #cf000e;
	color: #fff;
}
.nban2{
	height: 300px !important;
}
.team-show{
	padding: 25px 0 55px 0;
}
.team-show .team-showLeft{
	float: left;
	width: 290px;
}
.team-show .team-showLeft .img{
	margin-bottom: 50px;
}
.team-show .team-showLeft .img img{
	width: 100%;
}
.team-show .team-showLeft .suoshu{
	height: 55px;
	line-height: 55px;
	border: 1px solid #cf000e;
	text-align: center;
	font-size: 16px;
	color: #cf000e;
}
.team-show .team-showRight{
	float: right;
	width: 870px;
}
.team-show .team-showRight .hd{
	display: flex;
	justify-content: space-between;
	position: relative;
}
.team-show .team-showRight .hd:after{
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	background: #E5E5E5;
	bottom: 1px;
}
.team-show .team-showRight .hdLeft{
	display: flex;
	padding-bottom: 10px;
	border-bottom: 4px solid #cf000e;
	position: relative;
	z-index: 1;
}
.team-show .team-showRight .name{
	font-size: 26px;
	line-height: 1;
	color: #0e0d13;
	margin-right: 15px;
}
.team-show .team-showRight .jibie{
	font-size: 14px;
	line-height: 32px;
	color: #666;
}
.team-show .team-showRight .hdRight a{
	display: inline-block;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	color: #666;
	border-radius: 15px;	position: relative;
}
.team-show .team-showRight .hdRight a.icon-jianli{
	color: #cf000e;
	border: 1px solid #cf000e;
	padding-left: 35px;
	width: 65px;
}
.team-show .team-showRight .hdRight a.icon-jianli:before{
	content: "";
	background: url(../images/icon-jianli.png) no-repeat;
	width: 16px;
	height: 14px;
	display: block;
	position: absolute;
	left: 15px;
	top: 8px;
}
.team-show .team-showRight .hdRight a.icon-tel{
	color: #666;
	border: 1px solid #666;
	padding-left: 35px;
	width: 55px;
}
.team-show .team-showRight .hdRight a.icon-tel:before{
	content: "";
	background: url(../images/icon-tel.png) no-repeat;
	width: 16px;
	height: 14px;
	display: block;
	position: absolute;
	left: 15px;
	top: 8px;
}
.team-show .team-showRight .con{
	padding: 25px 0;
	line-height: 2;
	font-size: 14px;
	color: #666;
}
.team-show .team-showRight .con p{
	margin-bottom: 15px;
}
.team-show .team-showRight .con h3{
	font-size: 18px;
	font-weight: bold;
	color: #111;
}
.team-show .team-showRight .con table{
	width: 100%;
	border-top: 1px solid #e5e5e5;
	margin: 30px 0;
}
.team-show .team-showRight .con table td{
	border-bottom: 1px solid #e5e5e5;
	padding: 5px 0;
}
.team-show .team-showRight .team-form{
	margin: 30px 0;
}
.team-show .team-showRight .team-form li{
	float: left;
	width: 48%;
	margin-right: 4%;
	color: #999;
	font-size: 14px;
	margin-bottom: 20px;
}
.team-show .team-showRight .team-form li:nth-child(2){
	margin-right: 0;
}
.team-show .team-showRight .team-form li:nth-child(3){
	width: 100%;
	margin-right: 0;
}
.team-show .team-showRight .team-form li p{
	margin-bottom: 5px;
}
.team-show .team-showRight .team-form li input{
	width: 100%;
	height: 34px;
	border: 1px solid #c9c9c9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
}
.team-show .team-showRight .team-form li textarea{
	width: 100%;
	border: 1px solid #c9c9c9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	font-size: 14px;
	font-family: "微软雅黑";
}
.team-show .team-showRight .team-form .btn-submit{
	width: 170px;
	height: 40px;
	background: #cf000e;
	font-size: 14px;
	color: #fff;
	border: none;
	float: right;
}

.dongtai-list{
	padding: 30px 18px;
}
.dongtai-list li{
	margin-bottom: 90px;
}
.dongtai-list .thumb{
	float: left;
	width: 255px;
}
.dongtai-list .thumb a{
	display: block;
}
.dongtai-list .thumb img{
	display: block;
	width: 100%;
}
.dongtai-list .info{
	float: right;
	width: 865px;
}
.dongtai-list .info .title{
	font-size: 18px;
	line-height: 18px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.dongtai-list .info .title a{
	display: block;
	color: #111;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dongtai-list .info .desc{
	font-size: 14px;
	line-height: 2;
	color: #666;
	margin-bottom: 35px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
    overflow: hidden;
    position: relative;
}
/*.dongtai-list .info .desc:after {
    position: absolute;
    content: "...";
    right: 14px;
    bottom: -6px;
    z-index: 999;
    background: #fff;
}*/
.dongtai-list .info .bottom{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.dongtai-list .info .bottom a.btn-more{
	display: block;
	height: 40px;
	line-height: 40px;
	width: 160px;
	text-align: center;
	background: #cf000e;
	color: #fff;
	font-size: 14px;
}
.dongtai-list .info .bottom span.time{
	display: block;
	height: 17px;
	font-size: 14px;
	color: #999;
	background: url(../images/icon-time.png) no-repeat left center;
	padding-left: 20px;
}
.huanjing-list{
	padding-bottom: 60px;
}
.huanjing-list .swiper-slide {
  	background-size: cover;
  	background-position: center;
}
.huanjing-list .gallery-top{
	height: 650px;
	margin-bottom: 60px;
}
.huanjing-list .gallery-thumbs{
	height: 170px;
}
.page-dangjian {
    margin-top: -100px;
    position: relative;
    z-index: 2;
}
.page-dangjian .content{
	background: #fff;
}
.dangjian-list{
	padding: 25px 18px;
}
.dangjian-list li{
	float: left;
	width: 368px;
	margin-right: 30px;
	margin-bottom: 30px;
	animation-name: fadeInUp;
}
.dangjian-list li:nth-child(3n+1){
	animation-delay: 0.0s;
}
.dangjian-list li:nth-child(3n+2){
	animation-delay: 0.1s;
}
.dangjian-list li:nth-child(3n){
	animation-delay: 0.2s;
}
.dangjian-list li:nth-child(3n){
	margin-right: 0;
}
.dangjian-list .title{
	padding: 20px;
	text-align: center;
	font-size: 14px;
	color: #111;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dangjian-item{
	display: block;
	/*box-shadow: 0px 0px 10px rgba(0,0,0,0.2);*/
    box-shadow: 1px 5px 12px rgba(22,27,69,0.15)
}
.dangjian-item .thumb{
	overflow: hidden;
}
.dangjian-item .thumb img{
	transition: all 0.3s;
	display: block;
}
.dangjian-item:hover .thumb img{
	transform: scale(1.05);
}
.dangjian-show h1{
	padding: 30px 0;
	margin: 0;
	font-size: 20px;
	color: #0e0d13;
	text-align: center;
	border-bottom: 2px solid #e5e5e5;
	margin-bottom: 40px;
	position: relative;
}
.dangjian-show h1:after{
	content: "";
	display: block;
	position: absolute;
	width: 100px;
	height: 4px;
	background: #cf000e;
	bottom: -2px;
	left: 50%;
	margin-left: -50px;
}
.dangjian-show .con{
	margin-bottom: 50px;
	font-size: 14px;
	color: #666;
	line-height: 2;
    text-align: justify;
}
/*.dangjian-show .con p{
	margin-bottom: 30px;
}*/
.dangjian-show .con img{
	display: table;
	max-width: 100%;
	margin: 0 auto;
}

.anliLeft{
	float: left;
	width: 235px;
	background: #fff;
	margin-bottom: 50px;
}
.anliLeft h3{
	height: 65px;
	line-height: 65px;
	margin: 0;
	text-align: center;
	font-weight: normal;
	color: #0e0d13;
	font-size: 18px;
}
.anliLeft ul li{
	height: 58px;
	line-height: 58px;
	border-top: 2px solid #f7f7f7;
	position: relative;
}
.anliLeft ul li.active a {
    color: #111111;
}
.anliLeft ul li a{
	font-size: 16px;
	color: #666;
	display: block;
	text-align: center;
}
.anliLeft ul li.active:after{
	content: "";
	display: block;
	width: 100px;
	height: 4px;
	background: #cf000e;
	position: absolute;
	z-index: 1;
	bottom: -3px;
	left: 50%;
	margin-left: -50px;
}
.anliRight{
	float: right;
	width: 950px;
	background: #fff;
	margin-bottom: 30px;
}
.anliRight .hd{
	height: 65px;
	line-height: 65px;
	color: #0e0d13;
	font-size: 20px;
	border-bottom: 2px solid #e5e5e5;
	padding: 0 20px;
	margin-bottom: 5px;
}
.anliRight .hd .name{
	height: 64px;
	border-bottom: 4px solid #cf000e;
	float: left;
}
.anliRight .anli-list{
	padding: 0 20px;
	margin-bottom: 60px;
}
.anliRight .anli-item{
	border-bottom: 1px solid #e6e6e6;
}
.anliRight .anli-item a{
	display: block;
	padding: 35px 0;
	display: flex;
}
.anliRight .anli-item .anli-itemL{
	margin-right: 0px;
	transition: all 0.3s;
	position: relative;
	min-width: 60px;
}
/*.anliRight .anli-item .anli-itemL:after{
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background: #ccc;
	position: absolute;
	left: calc(100% + 15px);
	top: 14px;
	transition: all 0.3s;
}*/
.anliRight .anli-item a:hover .anli-itemL{
	margin-right: 20px;
}
.anliRight .anli-item a:hover .anli-itemL:after{
	left: calc(100% + 25px);
}
.anliRight .anli-item .anli-itemL .date{
	font-size: 26px;
	line-height: 26px;
	color: #999;
	margin-bottom: 15px;
    display: none;
}
.anliRight .anli-item .anli-itemL .icon{
	width: 40px;
	height: 40px;
	overflow: hidden;
	background: url(../images/icon-jt.jpg) no-repeat;
	background-position: -40px 0px;
	transition: all 0.3s;	
}
.anliRight .anli-item a:hover .anli-itemL .icon{
	background-position: 0 0px;
}
.anliRight .anli-item .anli-itemR .title{
	font-size: 16px;
	color: #111;
	margin-bottom: 15px;
	transition: all 0.3s;
}
.anliRight .anli-item a:hover .anli-itemR .title{
	color: #d80c18;
}
.anliRight .anli-item .anli-itemR .desc{
	font-size: 14px;
	line-height: 24px;
	color: #666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.anli-show{
	padding: 0 20px;
}
.anli-show h1{
	height: 65px;
	line-height: 65px;
	font-weight: normal;
	color: #0e0d13;
	font-size: 20px;
	border-bottom: 1px solid #e5e5e5;
}
.anli-show .anli-meta{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #e5e5e5;
	height: 35px;
	align-items: center;
	color: #999;
	font-size: 12px;
}
.anli-show .anli-metaR{
	display: flex;
}
.anli-show .anli-meta .time{
	background: url(../images/icon-time.png) no-repeat left center;
	padding-left: 25px;
	margin-right: 20px;
}
.anli-show .anli-meta .hits{
	background: url(../images/icon-eyes.png) no-repeat left center;
	padding-left: 25px;
}
.anli-show .anli-con{
	padding: 40px 0;
	line-height: 2;
	color: #666;
	font-size: 14px;
    text-align: justify;
}
.anli-show .anli-con p{
/*	margin-bottom: 30px;*/
/*	text-indent: 2em;*/
}
.pn{
	padding: 60px 0;
	text-align: center;
}
.pn a{
	display: inline-block;
	font-size: 14px;
	color: #999;
	margin: 0 18px;
	transition: all 0.3s;
	position: relative;
}
.pn a.pn-pre{
	padding-left: 30px;
}
.pn a.pn-pre:before{
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -6px;
	content: "";
	width: 21px;
	height: 13px;
	background: url(../images/icon-pn-pre.png) no-repeat;
	background-position: 0px 0px;
	transition: all 0.3s;
}
.pn a.pn-pre:hover:before{
	background-position: -21px 0px;
}
.pn a.pn-pre:hover{
	color: #111;
	transform:translateX(-10px);
}
.pn a.pn-next{
	padding-right: 30px;
}
.pn a.pn-next:before{
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -6px;
	content: "";
	width: 21px;
	height: 13px;
	background: url(../images/icon-pn-next.png) no-repeat;
	background-position: -21px 0px;
	transition: all 0.3s;
}
.pn a.pn-next:hover:before{
	background-position: 0px 0px;
}
.pn a.pn-next:hover{
	color: #111;
	transform:translateX(10px);
}
.page-lingyu {
    margin-top: -100px;
    position: relative;
    z-index: 2;
}
.page-lingyu .content{
	background: #fff;
	position: relative;
}
.page-lingyu .filter-box{
	position: absolute;
	right: 18px;
	top: 18px;
	width: 180px;
	height: 30px;
	background: #bfbfbf;
}
.page-lingyu .filter-box select{
	background: transparent;
	height: 30px;
	width: 100%;
	border: none;
	text-align: center;
}
.lingyu-list{
	padding: 0 18px 50px 18px;
}
.lingyu-list .lingyu-item{
	float: left;
	width: 20%;
	border-bottom: 1px solid #eee;
	padding: 40px 0;
}
.lingyu-list .lingyu-item a{
	display: flex;
	align-items: center;
}
.lingyu-list .lingyu-item .icon{
	width: 60px;
	height: 60px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: 0px -60px;
	transition: all 0.3s;
}
.lingyu-list .lingyu-item a:hover .icon{
	background-position: 0px 0px;
}
.lingyu-list .lingyu-item .icon1{
	background-image: url(../images/icon-lingyu1.jpg);
}
.lingyu-list .lingyu-item .icon2{
	background-image: url(../images/icon-lingyu2.jpg);
}
.lingyu-list .lingyu-item .icon3{
	background-image: url(../images/icon-lingyu3.jpg);
}
.lingyu-list .lingyu-item .icon4{
	background-image: url(../images/icon-lingyu4.jpg);
}
.lingyu-list .lingyu-item .icon5{
	background-image: url(../images/icon-lingyu5.jpg);
}
.lingyu-list .lingyu-item .icon6{
	background-image: url(../images/icon-lingyu6.jpg);
}
.lingyu-list .lingyu-item .icon7{
	background-image: url(../images/icon-lingyu7.jpg);
}
.lingyu-list .lingyu-item .icon8{
	background-image: url(../images/icon-lingyu8.jpg);
}
.lingyu-list .lingyu-item .icon9{
	background-image: url(../images/icon-lingyu9.jpg);
}
.lingyu-list .lingyu-item .icon10{
	background-image: url(../images/icon-lingyu10.jpg);
}
.lingyu-list .lingyu-item .icon11{
	background-image: url(../images/icon-lingyu11.jpg);
}
.lingyu-list .lingyu-item .icon12{
	background-image: url(../images/icon-lingyu12.jpg);
}
.lingyu-list .lingyu-item .icon13{
	background-image: url(../images/icon-lingyu13.jpg);
}
.lingyu-list .lingyu-item .icon14{
	background-image: url(../images/icon-lingyu14.jpg);
}
.lingyu-list .lingyu-item .icon15{
	background-image: url(../images/icon-lingyu15.jpg);
}
.lingyu-list .lingyu-item .name{
	font-size: 16px;
	color: #111;
}
.lingyu-list .lingyu-item .name-en{
	font-size: 12px;
	color: #666;
}
.anliRight .subnav{
	float: right;
}
.anliRight .subnav ul{
	background: none;
	height: 30px;
	padding: 18px 0;
}
.anliRight .subnav ul li{
	height: 30px;
	line-height: 30px;
	margin-left: 10px;
}
.anliRight .subnav ul li a{
	display: block;
	height: 30px;
	font-size: 12px;
	color: #0e0d13;
	background-color: #e5e5e5;
	padding-left: 50px;
	padding-right: 25px;
	background-repeat: no-repeat;
	background-position-x: 28px;
	background-position-y: center;
}
.anliRight .subnav ul li.active a{
	background-color: #cf000e;
	color: #fff;
}
.anliRight .subnav ul li.nav-lingyu1 a{
	background-image: url(../images/icon-lingyu-nav1.png);
}
.anliRight .subnav ul li.nav-lingyu2 a{
	background-image: url(../images/icon-lingyu-nav2.png);
}
.anliRight .subnav ul li.nav-lingyu3 a{
	background-image: url(../images/icon-lingyu-nav3.png);
}
.anliRight .subnav ul li.active.nav-lingyu1 a{
	background-image: url(../images/icon-lingyu-nav1on.png);
}
.anliRight .subnav ul li.active.nav-lingyu2 a{
	background-image: url(../images/icon-lingyu-nav2on.png);
}
.anliRight .subnav ul li.active.nav-lingyu3 a{
	background-image: url(../images/icon-lingyu-nav3on.png);
}
.lingyu-list2{
	padding: 0 18px;
	margin-bottom: 60px;
}
.lingyu-list2 .lingyu-item2{
	border-bottom: 1px dotted #e5e5e5;
}
.lingyu-list2 .lingyu-item2 a{
	display: flex;
	justify-content: space-between;
	padding: 25px 18px;
}
.lingyu-list2 .lingyu-item2 .title{
	font-size: 14px;
	color: #333;
}
.lingyu-list2 .lingyu-item2 .time{
	font-size: 14px;
	color: #999;
}
.lingyu-list2 .lingyu-item2 a:hover .title{
	color: #8b0000;
}
.lingyu-fd{
	margin-bottom: 50px;
	padding: 0 18px;
	display: flex;
	justify-content: space-between;
}
.lingyu-fd .btn-more a{
	display: block;
	width: 168px;
	height: 40px;
	background: #CF000E;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	text-transform: uppercase;
}
.lingyu-fd .pn{
	padding: 9px 0;
	text-align: center;
}
.lingyu-fd .pn a{
	display: inline-block;
	font-size: 14px;
	color: #999;
	margin: 0 18px;
	transition: all 0.3s;
	position: relative;
}
.lingyu-fd .pn a.pn-pre{
	padding-left: 30px;
}
.lingyu-fd .pn a.pn-pre:before{
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -6px;
	content: "";
	width: 21px;
	height: 13px;
	background: url(../images/icon-pn-pre.png) no-repeat;
	background-position: 0px 0px;
	transition: all 0.3s;
}
.lingyu-fd .pn a.pn-pre:hover:before{
	background-position: -21px 0px;
}
.lingyu-fd .pn a.pn-pre:hover{
	color: #111;
	transform:translateX(-10px);
}
.lingyu-fd .pn a.pn-next{
	padding-right: 30px;
}
.lingyu-fd .pn a.pn-next:before{
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -6px;
	content: "";
	width: 21px;
	height: 13px;
	background: url(../images/icon-pn-next.png) no-repeat;
	background-position: -21px 0px;
	transition: all 0.3s;
}
.lingyu-fd .pn a.pn-next:hover:before{
	background-position: 0px 0px;
}
.lingyu-fd .pn a.pn-next:hover{
	color: #111;
	transform:translateX(10px);
}
.team-list2{
	padding: 40px 18px;
}
.team-list2 li{
	float: left;
	width: 215px;
	margin-right: 18px;
	margin-bottom: 40px;
	animation-name: fadeInUp;
}
.team-list2 li:nth-child(4n+1){
	animation-delay: 0.0s;
}
.team-list2 li:nth-child(4n+2){
	animation-delay: 0.1s;
}
.team-list2 li:nth-child(4n+3){
	animation-delay: 0.2s;
}
.team-list2 li:nth-child(4n){
	margin-right: 0;
	animation-name: fadeInUp;
	animation-delay: 0.3s;
}
.team-item2{
	display: block;
	outline: none;
	text-decoration: none;
	transition: all 0.3s;
}
.team-item2:hover{
	box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}
.team-item2 .thumb{
	margin-bottom: 20px;
	overflow: hidden;
}
.team-item2 .thumb img{
	transition: all 0.3s;
	display: block;
}
.team-item2:hover .thumb img{
	transform: scale(1.05);
}
.team-item2 .info{
	padding-bottom: 20px;
	transition: all 0.3s;
}
.team-item2:hover .info{
	padding: 0 10px 20px 10px;
}
.team-item2 .info .name{
	font-size: 16px;
	color: #111;
	margin-bottom: 10px;
}
.team-item2 .info .jibie{
	font-size: 14px;
	color: #666;
	margin-bottom: 15px;
}
.team-item2 .info .diqu{
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
}
.team-item2 .info .email{
	font-size: 14px;
	color: #666;
}
.licheng-box{
	background: url(../images/licheng-bg.jpg) no-repeat center;
    background-position: 100% 100px;
}
.licheng-box .content{
	background: transparent;
}
.licheng-box .licheng-item{
	height: 520px;
	position: relative;
}
.licheng-box .licheng-item .year{
	position: absolute;
	top: 260px;
	left: 0;
	font-size: 25px;
	color: #cf000e;
}
.licheng-box .licheng-item .year:before{
	content: "";
	position: absolute;
	bottom: 40px;
	left: 15px;
	display: block;
	width: 25px;
	height: 258px;
	background: url(../images/icon-licheng-line1.png) no-repeat;
}
.licheng-box .licheng-item .info{
	position: absolute;
	width: 330px;
	top: 50px;
	left: 55px;
}
.licheng-box .licheng-item .title{
	font-size: 20px;
	font-weight: bold;
	color: #0e0d13;
	margin-bottom: 10px;
}
.licheng-box .licheng-item .desc{
	font-size: 14px;
	color: #666;
	line-height: 1.8;
}
.licheng-box .swiper-slide:nth-child(2n) .licheng-item .info{
	top: 360px;
}
.licheng-box .swiper-slide:nth-child(2n) .licheng-item .year{
	top: 200px;
}
.licheng-box .swiper-slide:nth-child(2n) .licheng-item .year:before{
	content: "";
	position: absolute;
	bottom: auto;
	top: 40px;
	left: 15px;
	display: block;
	width: 25px;
	height: 258px;
	background: url(../images/icon-licheng-line2.png) no-repeat;
}
.lc-button-next,.lc-button-prev{
	position: absolute;
	bottom: 320px;
	z-index: 10;
	cursor: pointer;
}
.lc-button-next{
	width: 30px;
	height: 30px;
	background: url(../images/lc-btn-next.png) no-repeat;
	right: 0;
	left: auto;
}
.lc-button-prev{
	width: 30px;
	height: 30px;
	background: url(../images/lc-btn-pre.png) no-repeat;
	left: 0;
	right: auto;
}
.swiper-button-next, .swiper-button-prev{
	color: #999 !important;
}
.team-show .team-showLeft .suoshu:hover a {
    color: #fff !important;
}

.team-show .team-showLeft .suoshu:hover {
    background: #cf000e;
    color: #fff;
}
.dongtai-list .thumb img {
    width: 100%;
    height: 185px;
    object-fit: cover;
}